home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / cprog / ddjcomp.lha / urban / hash.c < prev    next >
Encoding:
Text File  |  1991-04-29  |  59 b   |  5 lines

  1. hash() {
  2.   hk=(AK*hk+BK)%HKSIZE;
  3.   hv=(AV*hv+BV)%HVSIZE;
  4. }
  5.